Feature: Crear una pagina y eliminarla
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 1m 31.455s |
Scenario: Como usuario creo una pagina y despues la elimino
Before
0m 1.274s
Given
I navigate to page "http://localhost:2369/ghost"
0m 1.208s
And
I wait for 5 seconds
0m 5.169s
When
I enter email "<USERNAME1>"
0m 0.468s
And
I wait for 2 seconds
0m 2.161s
And
I enter password "<PASSWORD1>"
0m 0.225s
And
I wait for 2 seconds
0m 2.156s
And
I click next
0m 0.301s
And
I wait for 7 seconds
0m 7.160s
And
I click on Pages
0m 0.309s
And
I click on New page
0m 0.357s
And
I enter page title "<DELETEDPAGETITLE>"
0m 0.274s
And
I enter page content "<DELETEDPAGECONTENT>"
0m 0.388s
And
I publish post
0m 0.342s
And
I click publish button
0m 0.243s
And
I wait for 2 seconds
0m 2.170s
And
I click the go back page list
0m 0.708s
And
I wait for 2 seconds
0m 2.188s
And
I click the page item of list "<DELETEDPAGETITLE>"
0m 0.268s
And
I click the toggle button
0m 0.936s
And
I click on delete button
0m 0.361s
And
I click on delete confirmation
0m 0.411s
And
I wait for 2 seconds
0m 2.175s
Then
I review the page were deleted of list "<DELETEDPAGETITLE>"
0m 0.196s
After
0m 0.007s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "http://localhost:2369/ghost"
And
I wait for 5 seconds
When
I enter email "<USERNAME1>"
And
I wait for 2 seconds
And
I enter password "<PASSWORD1>"
And
I wait for 2 seconds
And
I click next
And
I wait for 7 seconds
And
I click on Pages
And
I click on New page
And
I enter page title "<DELETEDPAGETITLE>"
And
I enter page content "<DELETEDPAGECONTENT>"
And
I publish post
And
I click publish button
And
I wait for 2 seconds
And
I click the go back page list
And
I wait for 2 seconds
And
I click the page item of list "<DELETEDPAGETITLE>"
And
I click the toggle button
And
I click on delete button
And
I click on delete confirmation
And
I wait for 2 seconds
Then
I review the page were deleted of list "<DELETEDPAGETITLE>"
After
NO IMAGE AVAILABLE